Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Jargon File (version 4.4.7, 29 Dec 2003)
overrun screw
 n.

    [C programming] A variety of fandango on core produced by scribbling past
    the end of an array (C implementations typically have no checks for this
    error). This is relatively benign and easy to spot if the array is static;
    if it is auto, the result may be to smash the stack ? often resulting in
    heisenbugs of the most diabolical subtlety. The term overrun screw is
    used esp. of scribbles beyond the end of arrays allocated with malloc(3);
    this typically trashes the allocation header for the next block in the 
    arena, producing massive lossage within malloc and often a core dump on
    the next operation to use stdio(3) or malloc(3) itself. See spam, 
    overrun; see also memory leak, memory smash, aliasing bug, 
    precedence lossage, fandango on core, secondary damage.


2. The Free On-line Dictionary of Computing (30 December 2018)
overrun screw

   A variety of fandango on core produced by a C program
   scribbling past the end of an array (C implementations
   typically have no checks for this error).  This is relatively
   benign and easy to spot if the array is static; if it is
   auto, the result may be to smash the stack - often
   resulting in heisenbugs of the most diabolical subtlety.
   The term "overrun screw" is used especially of scribbles
   beyond the end of arrays allocated with malloc; this
   typically overwrites the allocation header for the next block
   in the arena, producing massive lossage within malloc and
   often a core dump on the next operation to use stdio or
   malloc itself.

   See spam, overrun; see also memory leak, memory smash,
   aliasing bug, precedence lossage, fandango on core,
   secondary damage.

   (1995-01-19)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy